ActiveReports 12
MatrixCell Constructor(IEnumerable<ReportItem>)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixCell Class > MatrixCell Constructor : MatrixCell Constructor(IEnumerable<ReportItem>)
The children items collection.
Creates new instance of the MatrixCell
Syntax
'Declaration
 
Public Function New( _
   ByVal items As IEnumerable(Of ReportItem) _
)
public MatrixCell( 
   IEnumerable<ReportItem> items
)

Parameters

items
The children items collection.
See Also

Reference

MatrixCell Class
MatrixCell Members
Overload List